projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ae362d
)
widget: Fix a typo in documentation
author
Mohammed Sadiq
<sadiq@sadiqpk.org>
Sat, 10 Aug 2019 06:41:13 +0000
(12:11 +0530)
committer
Mohammed Sadiq
<sadiq@sadiqpk.org>
Sat, 10 Aug 2019 06:41:13 +0000
(12:11 +0530)
gtk/gtkwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.c
b/gtk/gtkwidget.c
index ddb29e708034f3ead8a8b9fd13ef60f38a063259..a27db2b938864ffc4100767a1cbc4d31c2403e43 100644
(file)
--- a/
gtk/gtkwidget.c
+++ b/
gtk/gtkwidget.c
@@
-1067,7
+1067,7
@@
gtk_widget_class_init (GtkWidgetClass *klass)
widget_props[PROP_CURSOR] =
g_param_spec_object("cursor",
P_("Cursor"),
- P_("The cursor to show when hoving above widget"),
+ P_("The cursor to show when hov
er
ing above widget"),
GDK_TYPE_CURSOR,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);